h1, h2 {
    color: #008444 !important;
    font-family: "Roboto";
    font-weight: bold;
}

a {
    color: #2fa170;
}

caption {
    display: none;
}

/* Landing Pages */
.landing-page-card-row {
    margin-bottom: 20px;
}

.landing-page-card {
    border: 2px solid #BDBDBD;
    border-radius: 7px;
    border-color: #BDBDBD !important;
    padding: 30px 10px;
}

.landing-page-card-title {
    color: #15181a !important;
    font-size: 28px;
    margin: 40px 0;
}


/* Header */

#register-btn-white>a {
    background-color: rgb(47, 161, 112);
    color: white;
}

.nav-link {
    font-weight: bold;
    font-size: 1.1em;
}

.login-link {
    border: 1px solid #2fa170;
    border-radius: 6px;
    margin-right: 10px;
}

/* Footer */

.footer {
    background-color: #2fa170;
    background-color: #2fa170;
    width: unset;
    height: unset;
    position: unset;
    bottom: unset;
}

.footer-p {
    color: #fff;
    padding: 2px 0;
}

.footer-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer>div.container>div>div.col-md-5>div>p:nth-child(3)>a {
    color: #fff;
    text-decoration: underline;
}

#social-icons {
    text-align: center;
    float: right;
    margin-right: 120px;
}

.poweredby-row {
    background-color: #008444;
}

#poweredby_p {
    padding: 20px 0;
    margin-bottom: 0;
    color: #fff;
}

#hanlonClient {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.nav-footer {
    position: relative;
    margin: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.li-inline {
    /* display: inline; */
    padding: 5px;
    list-style-type: none;
}

.li-inline a {
    color: #fff;
}

#footerLink>img {
    margin-top: 60px;
    /* width: 20rem; */
}

.icons {
    color: #ffffff;
    background: transparent !important;
    border-radius: 2px;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    margin: 0 4px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 20px;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    font-weight: unset !important;
    text-decoration: none;
    margin-top: 20px;
}

.icons:hover,
.icons:focus {
    background: #fff;
    text-decoration: none !important;
    color: #333;
}

/* FA icons */
.icons:nth-of-type(1):before {
    content: '\f09a';
}

.icons:nth-of-type(2):before {
    content: '\f099';
}

.icons:nth-of-type(3):before {
    content: '\f16d';
}

/* Cards */
.card-green {
    border-bottom-color: rgb(57, 146, 108);
    background-color: rgba(51, 129, 96, 0.27);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.card-help {
    min-height: 400px;
}

.card-help-link {
    text-decoration: underline;
    color: #1a1d1f;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
}

.card-help-text {
    padding-top: 20px;
}

/* Buttons */
.btn-primary {
    background-color: rgb(51, 129, 96);
    border-color: rgb(57, 146, 108);
}

.btn-primary:hover {
    border-color: yellow;
}

/*Styling applied to the 'Opportunities' and 'Vacancy Overview' pages on Stockton's website*/
input#btnApplyFilters {
    font-family: "Roboto";
}

input#btnApplyFilters:hover {
    background: #fff !important;
    color: #000 !important;
    transition: 0.6s;
}

input#btnApplyFilters:focus {
    outline: 2px dashed #000;
    background: #fff;
    color: #000;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: #008444;
}

h1.heading {
    margin-top: 30px;
    font-family: "Roboto";
    color: #000 !important;
    font-weight: bold;
}

h2#PageFilterLabel {
    font-family: "Roboto";
    color: #000 !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #000 !important;
}

th#VacanciesTableOpportunityHeaderColumn {
    background: #008444 !important;
    color: #fff !important;
}

th#VacanciesTableTypeHeaderColumn {
    background: #008444 !important;
    color: #fff !important;
}

th#VacanciesTableSalaryHeaderColumn {
    background: #008444 !important;
    color: #fff !important;
}

th#VacanciesTableHoursHeaderColumn {
    background: #008444 !important;
    color: #fff !important;
}

th#VacanciesTableClosesHeaderColumn {
    background: #008444 !important;
    color: #fff !important;
}

th#VacanciesTableTownHeaderColumn {
    background: #008444 !important;
    color: #fff !important;
}

.alert-info {
    color: #000;
    background-color: transparent;
    border-color: #000;
    border: 2px solid #000;
    font-size: 18px;
}

div#ctl00_mCPH_ApplyStage1Div {
    background: transparent !important;
    color: #000 !important;
    font-family: "Roboto";
    font-size: 18px;
    border: 2px solid;
}

span#ctl00_mCPH_ApplyInfoLabel {
    font-size: 16px;
}

input#ctl00_mCPH_ApplyButton {
    font-family: "Roboto";

}

input#ctl00_mCPH_ApplyButton:hover {
    background: #fff !important;
    color: #000 !important;
    transition: 0.6s;
}

input#ctl00_mCPH_ApplyButton:focus {
    outline: 2px dashed #000;
    background: #fff;
    color: #000;
}

input#OpenGoogleDirectionsButton {
    font-family: "Roboto";
}

input#OpenGoogleDirectionsButton:hover {
    background: #fff !important;
    color: #000 !important;
    transition: 0.6s;
}

input#OpenGoogleDirectionsButton:focus {
    outline: 2px dashed #000;
    background: #fff;
    color: #000;
}

h2.heading {
    color: #000 !important;
    font-family: "Roboto";
}

/*Styling applied to the 'Training Courses' page*/
th.dt-orderable-asc.dt-orderable-desc.dt-ordering-asc {
    background: #008444 !important;
    color: #fff;
}

th.dt-orderable-asc.dt-orderable-desc.dt-ordering-desc {
    color: #fff;
    background: #008444;
}

th.dt-orderable-asc.dt-orderable-desc {
    color: #fff;
    background: #008444;
}

table.dataTable.table-sm>thead>tr th.dt-orderable-asc,
table.dataTable.table-sm>thead>tr th.dt-orderable-desc,
table.dataTable.table-sm>thead>tr th.dt-ordering-asc,
table.dataTable.table-sm>thead>tr th.dt-ordering-desc,
table.dataTable.table-sm>thead>tr td.dt-orderable-asc,
table.dataTable.table-sm>thead>tr td.dt-orderable-desc,
table.dataTable.table-sm>thead>tr td.dt-ordering-asc,
table.dataTable.table-sm>thead>tr td.dt-ordering-desc {
    padding-right: 20px;
    background: #008444;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
    background: #008444;
    font-family: 'ROboto';
    color: #fff;
}

.text-info {
    --bs-text-opacity: 1;
    color: #000 !important;
}

/*Styling applied to the 'Register' page on Stockton's portal*/
.panel.panel-primary.text-center {
    min-height: 195px;
    border: 2px solid #008444;
}

div#resident {
    min-height: 195px;
}

div#enterprise {
    min-height: 195px;
}

div#provider {
    min-height: 215px;
}

.card-body {
    padding: 10px;
}

p.resident-text {
    font-size: 18px !important;
}

p.enterprise-text {
    font-size: 18px !important;
}

p.provider-text {
    font-size: 18px !important;
}

input#btnRegister {
    font-family: "Roboto";
    font-weight: bold;

}

/*Styling applied to the client registration wizard*/
a#ShowGoogleAddressInputButton {
    font-family: "Roboto";
}

a.select-link.link {
    font-family: "Roboto";
}

.WizardElement_Left {
    width: 100% !important;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 21px;
}

th.dt-orderable-none {
    background: #008444 !important;
}

button#btnSaveTrainingAndQualification {
    border: transparent;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto";
}

button#btnDeleteTrainingAndQualification {
    border: transparent;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto";
}

button.btn.btn-secondary.button.button__submit.button__submit--alt {
    border: transparent;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto";
}

input#ctl00_mCPH_btnExit {
    display: none;
}

/*Styling applied to the job application box*/
h3#ctl00_mCPH_ApplyStage2DivTitleLabel {
    font-family: "Roboto";
    font-weight: bold;
    color: #000;
}

p#ctl00_mCPH_ApplyStage2DivDescriptionLabel {
    color: #000;
}

label#ctl00_mCPH_ApplyStage2DivCVLabel {
    color: #000;
    font-family: "Roboto";
    font-weight: bold;
}

label#ctl00_mCPH_ApplyStage2DivCoverLetterLabel {
    color: #000;
    font-family: "Roboto";
    font-weight: bold;
}

label#ctl00_mCPH_ArrangementsInputLabel {
    color: #000;
    font-family: "Roboto";
    font-weight: bold;
}

input#SubmitApplicationButton {
    font-family: "Roboto";
    font-weight: bold;
}

/*Styling applied to the enterprise registration pages*/
span.text-info {
    font-family: "Roboto";
    font-weight: bold;
}

input#btnProceedToWizard {
    font-size: 18px;
    font-weight: bold;
}

input.btn.btn-secondary.button.button__submit.button__submit--alt {
    font-family: "Roboto";
    font-weight: bold;
}

.wizardSidebar {
    background: linear-gradient(180deg, rgba(0, 132, 68, 1) 0%, rgba(200, 211, 0, 1) 35%);
    font-size: small;
    width: auto !important;
    white-space: nowrap;
}

a#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_SideBarContainer_SideBarList_ctl00_SideBarButton {
    font-size: 18px;
    font-family: "Roboto";
}

a#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_SideBarContainer_SideBarList_ctl01_SideBarButton {
    font-size: 18px;
    font-family: "Roboto";
}

a#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_SideBarContainer_SideBarList_ctl02_SideBarButton {
    font-size: 18px;
    font-family: "Roboto";
}

a#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_SideBarContainer_SideBarList_ctl03_SideBarButton {
    font-size: 18px;
    font-family: "Roboto";
}

a#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_SideBarContainer_SideBarList_ctl04_SideBarButton {
    font-size: 18px;
    font-family: "Roboto";
}

.MainPanelGeneral {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #008444 !important;
    border-radius: 10px;
    margin-bottom: 25px;
}

.GeneralTitle {
    font-size: 25px;
    margin-bottom: 10px;
    color: #fff !important;
    font-family: "Roboto";
    font-weight: bold;
}

.Container {
    display: flex;
    flex-direction: column;
    padding: 5px;
    background-color: #008444 !important;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff !important;
    font-family: "Roboto";
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Roboto';
    color: #000 !important;
}

.Label {
    width: 100% !important;
    vertical-align: center;
    font-size: 18px;
    font-family: "Roboto";
    font-weight: bold;
}

a#ShowGoogleAddressInputButton {
    text-decoration: underline;
    color: #000;
    font-size: 18px;
    font-family: "Roboto";
}

a#ClearAddressButton {
    text-decoration: underline;
    color: #000;
    font-size: 18px;
    font-family: "Roboto";
}

a.select-link.link {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 18px;
}

.MainContainerProfileItems {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #008444 !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
    font-family: "Roboto";
    font-size: 18px;
}

.ProfileItemsTitle {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: "Roboto";
    font-weight: bold;
}

span#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_ProfileItemsCombinedPanel_115_RadioSubTitle {
    font-family: "Roboto";
    font-size: 16px !important;
}

button#lnkDPNotes {
    margin-top: 30px;
    width: 100%;
    font-family: "Roboto";
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
}

.MainContainerContact {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #008444 !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
    font-family: "Roboto";
    font-weight: bold;
}

.HeaderStyle {
    background: #008444 !important;
}

.HeaderContainer {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: "Roboto" !important;
    font-size: 16px !important;
}

.RowStyle {
    background: #008444 !important;
}

.MainContainerSector {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #008444 !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
    font-weight: bold;
    font-family: "Roboto";
}

.MainSubContainer {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #008444 !important;
    border-radius: 10px;
    margin-bottom: 25px;
}

.SubTitle {
    font-weight: bold !important;
    font-family: "Roboto";
}

input#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_StepNavigationTemplateContainerID_StepPreviousButton {
    font-weight: bold;
    font-family: "Roboto";
}

input#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_StepNavigationTemplateContainerID_StepNextButton {
    font-weight: bold;
    font-family: "Roboto";
}

input#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_FinishNavigationTemplateContainerID_FinishPreviousButton {
    font-weight: bold;
    font-family: "Roboto";
}

input#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_FinishNavigationTemplateContainerID_FinishButton {
    font-weight: bold;
    font-family: "Roboto";
}

/*Styling applied to the enterprise registration wizard*/

.enterprise-wizard {
    width: 100%;
    background-color: #e9ecef;
    border: 2px solid #008444;
    border-style: double;
    table-layout: fixed;
    border-width: 8px;
}

.enterprise-wizard tbody tr {
    background: transparent;
}
